Skip to content

[6.1] Fix multiline comments not rendering correctly at CLI. #852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

grynspan
Copy link
Contributor

This PR fixes a bug where a multi-line comment or message written to
`stderr` would only have its first line in grey and would not write
atomically, resulting in odd/incorrect output. All messages generated by
a test event are now written to `stderr` atomically.

Resolves rdar://134519515.

### Checklist:

- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
@grynspan grynspan added bug 🪲 Something isn't working tools integration Integration of swift-testing into tools/IDEs command-line experience ⌨️ enhancements to the command line interface labels Dec 10, 2024
@grynspan grynspan added this to the Swift 6.1 milestone Dec 10, 2024
@grynspan grynspan self-assigned this Dec 10, 2024
@grynspan
Copy link
Contributor Author

@swift-ci test

@grynspan grynspan merged commit cc921fd into release/6.1 Dec 10, 2024
3 checks passed
@grynspan grynspan deleted the jgrynspan/fix-multiline-comments-6.1 branch December 10, 2024 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working command-line experience ⌨️ enhancements to the command line interface tools integration Integration of swift-testing into tools/IDEs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants